In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / GetPageImageResolution Method

GetPageImageResolution Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(275)>

Function GetPageImageResolution( _

   ByVal ImageIdx As Integer, _

   ByRef HorizontalResolution As Single, _

   ByRef VerticalResolution As Single _

) As GdPictureStatus
[DispId(275)]

GdPictureStatus GetPageImageResolution( 

   int ImageIdx,

   ref float HorizontalResolution,

   ref float VerticalResolution

)
function GetPageImageResolution( 

    ImageIdx: Integer;

   var  HorizontalResolution: Single;

   var  VerticalResolution: Single

): GdPictureStatus; 
DispIdAttribute(275)

function GetPageImageResolution( 

   ImageIdx : int,

   HorizontalResolution : float,

   VerticalResolution : float

) : GdPictureStatus;
[DispId(275)]

GdPictureStatus GetPageImageResolution( 

   int ImageIdx,

   ref float HorizontalResolution,

   ref float VerticalResolution

) 
[DispId(275)]

GdPictureStatus GetPageImageResolution( 

   int ImageIdx,

   float% HorizontalResolution,

   float% VerticalResolution

) 

Parameters

ImageIdx
HorizontalResolution
VerticalResolution
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members